home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1995 November / Macworld Nov ’95.toast / Developers / internet-free-mac-lang-10 / Internet Free MacLang 1.0 / Internet Free MacLang 1.0.rsrc / TEXT_135.txt < prev    next >
Encoding:
Text File  |  1995-07-03  |  2.4 KB  |  111 lines

  1.  
  2.  
  3.                                                 AWK
  4.  
  5. Etymology:  
  6. AWK =  Aho, Weinberger, Kernigham (see *)
  7.  
  8. Pages:
  9. http://uts.cc.utexas.edu/~churchh/awk-perl.html
  10. http://www.cs.stir.ac.uk/~jsd/awk.html
  11. http://nmt.edu/tcc/help/lang/awk.html
  12.  
  13.  
  14.  
  15.  
  16.                                                 GAWK
  17. Etymology:
  18. GAWK = GNU AWK 
  19.  
  20. Pages:
  21. http://csugrad.cs.vt.edu/manuals/gawk/gawk_toc.html
  22. http://www.cl.cam.ac.uk/texinfodoc/gawk_toc.html
  23. http://www.cs.utah.edu/csinfo/texinfo/gawk/gawk_toc.html
  24. http://kite.dcs.king.ac.uk:88/info/gawk
  25.  
  26.     
  27.                                                 1. MacGawk 
  28.  
  29.  
  30. MAC NAME: MacGawk
  31.  
  32. VERSION: 2.11                                  
  33.  
  34. README:
  35. "This is GNU awk, gawk, for the Macintosh. For those who don‚Äôt know, GNU stands for GNU‚Äôs Not UNIX, an as-yet unfinished operating system, and is the primary goal of the Free Software Foundation." 
  36.  
  37. AUTHOR:
  38. mac port:
  39. Tom Maszerowski
  40.     
  41. COPYRIGHT: -
  42.  
  43. INTERNET SITES:
  44. ftp://ftp.funet.fi/pub/mac/programming/
  45. ftp://ezinfo.ethz.ch/mac/programming/
  46. ftp://ftp.uwtc.washington.edu/pub/Mac/Programming/
  47. ftp://ftp.eos.hokudai.ac.jp/pub/mac/util/Gawk/
  48.  
  49.  
  50.  
  51.                                                 2. Gawk (MPW)
  52.  
  53. MAC NAME: Gawk (for MPW)
  54.  
  55. VERSION: 2.11.1r3                                   
  56.  
  57. README:
  58. "To compile the source, you need MPW 3.0 or later and MPW C 3.0 or later. If you want to make changes to "awk.y", you also need bison or something equivalent." 
  59.  
  60. AUTHOR: 
  61. mac port:
  62. Matthias Neeracher
  63.     
  64. COPYRIGHT:-
  65.  
  66. INTERNET SITES:
  67. ftp://ftp.fu-berlin.de/mac/lang/MPW/
  68. ftp://pascal.zedat.fu-berlin.de/mac/lang/MPW/
  69. ftp://ftp.cs.tu-berlin.de/pub/mac/lang/MPW/
  70. ftp://nic.switch.ch/software/mac/src/mpw_c/
  71. ftp://nic.switch.ch/software/mac/src/LAST.UPDATED/9210/
  72. ftp://ftp.switch.ch/software/mac/src/mpw_c/
  73. ftp://ftp.switch.ch/software/mac/src/LAST.UPDATED/9210/
  74.  
  75.  
  76.  
  77.                                                 3. jgawk
  78.  
  79. Etymology:
  80. JGAWK = Japanized GAWK
  81.  
  82.  
  83. MAC NAME: jgawk
  84.  
  85. VERSION: 1.2.2                                
  86.  
  87. README:-
  88.  
  89. AUTHOR:
  90. mac port
  91. YAMASHITA Iwao
  92.     
  93. COPYRIGHT:
  94.               Japanized Gnu Awk (jgawk) 2.15.2 + 1.0
  95.      Copyright (C) 1989, 1991, 1992, Free Software Foundation.
  96.  
  97.                               jgawk for Macintosh 
  98.                 Copyright (C) 1993, 1994 YAMASHITA Iwao
  99.  
  100.  
  101. INTERNET SITES:
  102. ftp://ftp.eos.hokudai.ac.jp/pub/mac/util/jgawk/
  103. Info-Mac
  104.  
  105.  
  106.  
  107.  
  108. *
  109. Alfred V. Aho, Brian W Kernighan, Peter J Weinberger:
  110. The Awk Programming Language. Addison-Wesley Publishing Co. 1988  (ISBN 0-201-07981-X)
  111.